50.10.1 Auto-configured InfoContributors
50.10.1 自动配置的InfoContributor
Spring Boot会在合适的时候自动配置以下InfoContributor
bean:
名称 | 描述 |
---|---|
EnvironmentInfoContributor | 暴露Environment 中key为info 的所有key |
GitInfoContributor | 暴露git信息,如果存在git.properties 文件 |
BuildInfoContributor | 暴露构建信息,如果存在META-INF/build-info.properties 文件 |
注 使用management.info.defaults.enabled
属性可禁用以上所有InfoContributor
bean。